﻿	*{
	margin: 0;
}
img.top{
	display: block;
}
#flow {
	width: 200px;
	height: 360px;
	position: fixed;
	top: 280px;
	right: 10px;
	overflow: hidden;
	
	
}
	#flow .show {
		width: 200px;
		height: 360px;
		position: absolute;
		border: 1px solid red;
		background-color: white;
		z-index:100;
	}
#flow .show .con{
	width: 200px;
	height: 330px;
	background: url(../img/bg.jpg);
	
}
	#flow .show .con .ewmpic {
		width: 106px;
		/*padding-left: 26px;
	padding-top: 10px;*/
	}
.ewmpic {
	width: 106px;
	height: 106px;
}
#flow .show .con p {
	width: 200px;
	height: 35px;
	line-height: 35px;
	/*border-bottom: 1px solid #df5685;*/
	margin: 10px auto 0;
	font-family: "微软雅黑";
	font-size: 12px;
	color: black;
}
 a{
	text-decoration: none;
/*	color: white;*/
}
.hide{
	position: absolute;
	top: 0;
	right: -33px;
}
.bot{

}